home *** CD-ROM | disk | FTP | other *** search
- To add this to the login panel for a user and actually have it work you need to:
-
- 1) sudo /Developer/Tools/SetFile -t 'APPL' UnprotectedMemory
- 2) sudo chown root UnprotectedMemory
- 3) sudo chgrp wheel UnprotectedMemory
- 4) sudo chmod u+s UnprotectedMemory
-
- or, as a complete shell script:
-
- sudo /Developer/Tools/SetFile -t 'APPL' UnprotectedMemory
- sudo chown root UnprotectedMemory
- sudo chgrp wheel UnprotectedMemory
- sudo chmod u+s UnprotectedMemory
-